home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : FTP/SMTP
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : E_Systems, Inc., ECI Division
- -- : St. Petersburg, Florida
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 E_Systems, Inc.
- -- DATE CREATED :
- -- DATE RELEASED : 22 June 1985
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : Communications
- -- CATEGORY LEVEL 2 : Protocol
- -- CATEGORY LEVEL 3 : FTP/SMTP
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : FTP
- -- INDEX : SMTP
- -- INDEX : File Transfer Protocol
- -- INDEX : Simple Mail Transfer Protocol
- -- INDEX : Protocol, File Transfer
- -- INDEX : Protocol, Simple Mail Transfer
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_03_3
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.DDN>FTP*.*
- -- FILE SPECS : PD:<ADA.DDN>IFACE*.*
- -- FILE SPECS : PD:<ADA.DDN>*.LCL
- -- FILE SPECS : PD:<ADA.DDN>WICAT*.*
- -- FILE SPECS : PD:<ADA.DDN>USERSMAN*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.DDN>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- FTP.COM 1080 67
- -- FTP.PRO 3733 80
- -- FTP.SRC 375318 9366
- -- FTPBATCH.COM 548 11
- -- FTPSMTP.CMM 1253 34
- -- IFACE.COM 512 19
- -- IFACE.SRC 48820 1289
- -- IFACEBAT.COM 570 11
- -- USERNAMES.LCL 66 3
- -- WICATMISC.SRC 102526 3989
- -- USERSMAN.DIS 103 5
- -- USERSMAN.DOC 105163 2553
- -- =============== ========== ==========
- -- 12 Files 639692 17427
- --= ABSTRACT ===============================================--
- -- These tools provide the ability to transfer files and to send
- -- and receive mail among users on diverse hosts. File transfer will use
- -- Ada SEQUENTIAL_IO calls to read and write files and will interface to
- -- TCP(CDRL 0001) to send data across communication lines and will
- -- interface to Telnet to send and receive all commands and replies. The
- -- Simple Mail Transfer Protocol to be implemented is RFC821.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 06/22 1.0 Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-